home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Tele / Internet / UUPC 3.1b25 Folder / Documentation / CTB connections via ADSP < prev    next >
Encoding:
Text File  |  1993-01-31  |  2.3 KB  |  56 lines  |  [TEXT/ALFA]

  1. This file describes a method which can be used to allow two Macintosh
  2. systems running uupc 3.1 to communicate via an AppleTalk network, using
  3. the AppleTalk ADSP Tool.
  4.  
  5. As an example of the necessary setup:  let's assume two machines "rick"
  6. and "ilsa".  ilsa will initiate the call;  rick will wait in slave mode
  7. for the call to arrive.
  8.  
  9. On rick - create a new CTB configuration.  Select the ADSP Tool.  Enter
  10. "uucp" for the connection type, "rick" for the local name, and leave the
  11. "Name" field unspecified (as "Remote user" or as "ilsa" or as anything
  12. else - I don't believe it matters.)  Save this configuration, naming it
  13. "bogart".
  14.  
  15. In the Systems file on rick, enter:
  16.  
  17. ilsa Never
  18. INCOMING Any CTB/bogart DIR - @ g7/256
  19.  
  20. Set the PASSWORD string on rick to be "victor".
  21.  
  22. On ilsa - create a new CTB configuration.  Select the ADSP Tool.  Enter
  23. "uucp" for the connection type, "ilsa" for the local name, and "rick" in
  24. the Name field.  Save this configuration, naming it "bacall".
  25.  
  26. In the Systems file on ilsa, enter:
  27.  
  28. rick Any CTB/bacall DIR - - g7/256 name: ilsa word: victor
  29.  
  30. On rick, enter slave mode.
  31. On ilsa, call rick.
  32.  
  33. You should see the connection open within about five seconds (this
  34. includes the login process) and the two machines should shake hands,
  35. decide that neither has anything to say to the other, and disconnect.
  36. You may see a "CMWrite error" on one or the other during the
  37. disconnection process;  it can be ignored.
  38.  
  39. The special tricks involved with lines in the Systems file which invoke
  40. CTB connections are:
  41.  
  42. -  The "phone" field can contain a "@" character as in the rick/bogart
  43.    configuration above.  This is normally done only on the INCOMING
  44.    line... it means that instead of opening an outbound connection, uupc
  45.    should listen for an inbound connection.
  46.  
  47. -  The "speed" field can contain one of the strings -sync, -async, or
  48.    -background.  -background is the default, and gives the best
  49.    throughput, but may not work with some connection tools that cannot
  50.    handle CMWrite commands from the interrupt level.  -async allows
  51.    asynchronous I/O to occur, but all writes will be done from the
  52.    application foreground level (thus reducing throughput somewhat).
  53.    -sync completely disables all asynchronous CTB operations;  it's
  54.    necessary only with the TGE TCP Tool as far as I know.
  55.  
  56.